ArcPadScripting
LineStyle

LineStyle constants

Constant Value Description
apLineNull 5 Null line style.
apLineDashDotDot 4 Dash dot dot line style.
apLineDashDot 3 Dash dot line style.
apLineDot 2 Dot line style.
apLineDash 1 Dash line style.
apLineSolid 0 Solid line style.

Remarks
Use these constants with the LineStyle property of the Symbol and TextSymbol objects.
Applies To